home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / tk200392.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  13.4 KB  |  408 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9.  
  10. *% Tektronix (R) is a registered trademark of Tektronix, Inc.
  11. *% TekColor TM is a trademark of Tektronix, Inc.
  12. *% Phaser TM is a trademark of Tektronix, Inc., for color printers and 
  13. *%  related products.
  14.  
  15. *FormatVersion: "4.1"
  16. *FileVersion: "1.6"
  17. *LanguageEncoding: ISOLatin1
  18. *LanguageVersion: English
  19. *PCFileName: "TK200392.PPD"
  20. *Product: "(Phaser 200e)"
  21. *PSVersion: "(2011.108) 3"
  22. *ModelName: "Tektronix Phaser 200e with 39 fonts v2011.108(4)"
  23. *ShortNickName: "Tektronix Phaser 200e 39(4)"
  24. *NickName: "Tektronix Phaser 200e with 39 fonts v2011.108(4)"
  25.  
  26. *% === Installable Options ===========
  27. *OpenGroup: InstallableOptions/Options Installed
  28.  
  29. *OpenUI *Option1/Memory Configuration: PickOne
  30. *DefaultOption1: None
  31. *Option1 None/Standard 4 MB RAM: ""
  32. *Option1 8Meg/8 MB Total RAM: ""
  33. *CloseUI: *Option1
  34.  
  35. *OpenUI *Option2/Optional Lower Tray: Boolean
  36. *DefaultOption2: False
  37. *Option2 True/Installed: ""
  38. *Option2 False/Not Installed: ""
  39. *CloseUI: *Option2
  40.  
  41. *CloseGroup: InstallableOptions
  42.  
  43. *% === Constraints ===================
  44.  
  45. *UIConstraints: *Option1 None  *VMOption
  46. *UIConstraints: *Option1 8Meg *VMOption None
  47. *UIConstraints: *Option2 False *InputSlot Lower
  48.  
  49. *% === Device Capabilities ============
  50.  
  51. *LanguageLevel: "2"
  52. *Protocols: BCP
  53.  
  54. *FreeVM: "929640"
  55. *VMOption None/Standard 4 MB RAM: "929640"
  56. *VMOption 8Meg/8 MB Total RAM: "3411980"
  57.  
  58. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  59. *StopEmulator_hpgl: "<1B7F>0"
  60. *ColorDevice: True
  61. *DefaultColorSpace: CMYK
  62. *VariablePaperSize: False
  63.  
  64. *Throughput: "1"
  65. *Password: "()" 
  66. *ExitServer: "
  67.  count 0 eq
  68.  { false } { true exch startjob } ifelse
  69.  not { 
  70.      (WARNING: Cannot modify initial VM.) =
  71.      (Missing or invalid password.) =
  72.      (Please contact the author of this software.) = flush quit
  73.      } if
  74. "
  75. *End
  76.  
  77. *Reset: "
  78.  count 0 eq
  79.  { false } { true exch startjob } ifelse
  80.  not { 
  81.     (WARNING: Cannot reset printer.) =
  82.     (Missing or invalid password.) =
  83.     (Please contact the author of this software.) = flush quit
  84.     } if
  85.  systemdict /quit get exec
  86.  (WARNING : Printer Reset Failed.) = flush
  87. "
  88. *End
  89.  
  90. *DefaultResolution: 300dpi
  91. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  92. *?Resolution: "
  93.   save
  94.     currentpagedevice /HWResolution get
  95.     0 get
  96.     (          ) cvs print
  97.     (dpi)
  98.     = flush
  99.   restore
  100. "
  101. *End
  102.  
  103. *% Halftone Information ===============
  104. *ScreenFreq: "60.0"
  105. *ScreenAngle: "68.0"
  106. *DefaultScreenProc: TekHalftone
  107. *ScreenProc TekHalftone: "
  108.  mark 
  109.   { 25 string dup 0 (Halftone-) putinterval dup 9 
  110.     [ (CoatedPaper*) (PlainPaper*) (Transparency*) ]
  111.     /RRCustomProcs /ProcSet findresource /mediainfo get exec 
  112.     get putinterval (*) search pop 3 1 roll pop pop cvn
  113.     /Halftone findresource /GraySpotFunction get
  114.     exch
  115.   } stopped pop cleartomark
  116. "
  117. *End
  118.  
  119. *SpotFunctionLine: "{ pop }"
  120. *SpotFunctionEllipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  121.  
  122. *DefaultTransfer: Null
  123. *Transfer Null: "{ }"
  124. *Transfer Null.Inverse: "{ 1 exch sub }"
  125.  
  126.  
  127. *% Tray Selection ===================
  128.  
  129. *% Code in this section both selects an input tray
  130. *OpenUI *InputSlot: PickOne
  131. *OrderDependency: 10 AnySetup *InputSlot
  132. *DefaultInputSlot:Lower
  133. *InputSlot Lower: "
  134.   currentpagedevice /InputAttributes get
  135.   {1 get} stopped
  136.   {pop pop}
  137.   { 2 dict dup /InputAttributes 
  138.     1 dict dup /Priority [1] put put dup
  139.     /TraySwitch false put 
  140.     setpagedevice
  141.   } ifelse 
  142.   "
  143. *End
  144. *InputSlot Upper: "
  145.   currentpagedevice /InputAttributes get
  146.   {0 get} stopped
  147.   {pop pop}
  148.   { 2 dict dup /InputAttributes
  149.     1 dict dup /Priority [0] put put dup
  150.     /TraySwitch false put
  151.     setpagedevice
  152.   } ifelse
  153.   "
  154. *End
  155. *?InputSlot: "
  156. save
  157.   2 dict
  158.   dup /0 (Upper) put
  159.   dup /1 (Lower) put
  160.   currentpagedevice /InputAttributes get
  161.   dup /Priority known
  162.   { /Priority get 0 get (      ) cvs cvn get }
  163.   {
  164.     dup length 1 eq
  165.     { {pop} forall (       ) cvs cvn get }
  166.     { pop pop (Unknown) } ifelse
  167.   } ifelse
  168.   = flush
  169. restore
  170. "
  171. *End
  172. *CloseUI: *InputSlot
  173.  
  174. *% Paper Handling ===================
  175.  
  176. *% Code in this section both selects a tray and sets up a frame buffer.
  177. *OpenUI *PageSize: PickOne
  178. *OrderDependency: 20 AnySetup *PageSize
  179. *DefaultPageSize: Letter
  180. *PageSize Letter/Letter: "
  181.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageSize Letter.Perf/Letter Perf: "
  184.     2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  185. *End
  186. *PageSize A4/A4: "
  187.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  188. *End
  189. *PageSize A4.Perf/A4 Perf: "
  190.     2 dict dup /PageSize [594 842] put dup /ImagingBBox null put setpagedevice"
  191. *End
  192. *?PageSize: "
  193.  save
  194.    currentpagedevice /PageSize get aload pop
  195.    2 copy gt {exch} if 
  196.    (Unknown) 
  197.   4 dict
  198.    dup [612 792] (Letter) put
  199.    dup [611 792] (Letter Perf) put
  200.    dup [595 842] (A4) put
  201.    dup [594 842] (A4 Perf) put
  202.    { exch aload pop 4 index sub abs 5 le exch 
  203.    5 index sub abs 5 le and 
  204.       {exch pop exit} {pop} ifelse
  205.    } bind forall
  206.    = flush pop pop
  207. restore 
  208. "
  209. *End
  210. *CloseUI: *PageSize
  211.  
  212. *OpenUI *PageRegion:  PickOne
  213. *OrderDependency: 30 AnySetup *PageRegion
  214. *DefaultPageRegion: Letter
  215. *PageRegion Letter/Letter: "
  216.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  217. *End
  218. *PageRegion Letter.Perf/Letter Perf: "
  219.     2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  220. *End
  221. *PageRegion A4/A4: "
  222.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  223. *End
  224. *PageRegion A4.Perf/A4 Perf: "
  225.     2 dict dup /PageSize [594 842] put dup /ImagingBBox null put setpagedevice"
  226. *End
  227. *CloseUI: *PageRegion
  228.  
  229. *DefaultImageableArea:  Letter
  230. *ImageableArea Letter/Letter: "14.1733 59.6476 597.853 777.247"  
  231. *ImageableArea Letter.Perf/Letter Perf: "14.1733 14.2933 597.853 777.493"  
  232. *ImageableArea A4/A4: "14.1733 59.6476 582.493 827.648"
  233. *ImageableArea A4.Perf/A4 Perf: "14.1733 14.2933 582.493 827.893"
  234. *?ImageableArea: "
  235.    save
  236.     /cvp { (                ) cvs print ( ) print } bind def
  237.     /upperright {10000 mul floor 10000 div} bind def
  238.      /lowerleft {10000 mul ceiling 10000 div} bind def
  239.     newpath clippath pathbbox
  240.     4 -2 roll exch 2 {lowerleft cvp} repeat
  241.     exch 2 {upperright cvp} repeat flush
  242.    restore
  243.    "
  244. *End
  245.  
  246. *% These provide the physical dimensions of the paper (by keyword)
  247. *DefaultPaperDimension: Letter
  248. *PaperDimension Letter/Letter: "612 792"
  249. *PaperDimension Letter.Perf/Letter Perf: "611 792"
  250. *PaperDimension A4/A4: "595 842"
  251. *PaperDimension A4.Perf/A4 Perf: "594 842"
  252.  
  253. *AccurateScreensSupport: True
  254. *RequiresPageRegion All: True
  255.  
  256. *DefaultOutputBin:  OnlyOne
  257. *DefaultOutputOrder:  Reverse
  258.  
  259. *% Font Information =====================
  260. *DefaultFont: Courier
  261. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  262. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  263. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  264. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  265. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  266. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  267. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  268. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  269. *Font Courier: Standard "(002.003)" Standard ROM
  270. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  271. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  272. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  273. *Font Helvetica: Standard "(001.006)" Standard ROM
  274. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  275. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  276. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  277. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  278. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  279. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  280. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  281. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  282. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  283. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  284. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  285. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  286. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  287. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  288. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  289. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  290. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  291. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  292. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  293. *Font Symbol: Special "(001.007)" Special ROM
  294. *Font Times-Bold: Standard "(001.007)" Standard ROM
  295. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  296. *Font Times-Italic: Standard "(001.007)" Standard ROM
  297. *Font Times-Roman: Standard "(001.007)" Standard ROM
  298. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  299. *Font ZapfDingbats: Special "(001.004)" Special ROM
  300.  
  301. *?FontQuery: "
  302.  save
  303.    { count 1 gt
  304.       { exch dup 127 string cvs (/) print print (:) print
  305.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  306.       } { exit } ifelse 
  307.    } bind loop
  308.    (*) = flush
  309.  restore
  310. "
  311. *End
  312.  
  313. *?FontList: "
  314. save
  315.   (*) {cvn ==} 128 string /Font resourceforall
  316.   (*) = flush
  317. restore
  318. "
  319. *End
  320.  
  321. *% Printer Messages (verbatim from printer):
  322. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  323. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  324. *Message: "\FontName\ not found, using Courier"
  325.  
  326. *% Status (format: %%[ status: <one of these> ] %%)
  327. *Status: "printer is warming up"
  328. *Status: "idle"
  329. *Status: "printing"
  330. *Status: "PrinterError: printer is not ready"
  331. *Status: "PrinterError: upper media tray empty"
  332. *Status: "PrinterError: lower media tray empty"
  333. *Status: "PrinterError: media tray empty"
  334. *Status: "PrinterError: paper misfeed"
  335. *Status: "PrinterError: ribbon empty"
  336. *Status: "PrinterError: ribbon jam"
  337. *Status: "PrinterError: ribbon low"
  338. *Status: "PrinterError: illegal ribbon"
  339. *Status: "PrinterError: cover open"
  340. *Status: "PrinterError: pickup failed, check cover"
  341. *Status: "PrinterError: print head too warm"
  342. *Status: "PrinterError: internal engine error"
  343. *Status: "PrinterError: print engine failure"
  344.  
  345. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  346. *Source: "Serial"
  347. *Source: "LocalTalk"
  348. *Source: "Parallel"
  349. *Source: "Internal"
  350.  
  351. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  352. *PrinterError: "printer is not ready"
  353. *PrinterError: "upper media tray empty"
  354. *PrinterError: "lower media tray empty"
  355. *PrinterError: "media tray empty"
  356. *PrinterError: "paper misfeed"
  357. *PrinterError: "ribbon empty"
  358. *PrinterError: "ribbon jam"
  359. *PrinterError: "ribbon low"
  360. *PrinterError: "illegal ribbon"
  361. *PrinterError: "cover open"
  362. *PrinterError: "pickup failed, check cover"
  363. *PrinterError: "print head too warm"
  364. *PrinterError: "internal engine error"
  365. *PrinterError: "print engine failure"
  366.  
  367. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  368.  
  369. *% Color Separation Information =====================
  370.  
  371. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  372.  
  373. *InkName: ProcessBlack/Process Black
  374. *InkName: CustomColor/Custom Color
  375. *InkName: ProcessCyan/Process Cyan
  376. *InkName: ProcessMagenta/Process Magenta
  377. *InkName: ProcessYellow/Process Yellow
  378.  
  379. *%  For 80 lpi / 300 dpi ================================
  380.  
  381. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  382. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  383. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  384. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  385. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  388. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  389. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  390. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  391. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  392.  
  393. *%  For 60 lpi / 300 dpi ================================
  394.  
  395. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  396. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  397. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  398. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  399. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  400.  
  401. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  402. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  403. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  404. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  405. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  406.  
  407. *% end of PPD file for Phaser 200e, 39 fonts
  408.